Index: /source/ariba/communication/messages/AribaBaseMsg.h
===================================================================
--- /source/ariba/communication/messages/AribaBaseMsg.h	(revision 4596)
+++ /source/ariba/communication/messages/AribaBaseMsg.h	(revision 4597)
@@ -85,7 +85,7 @@
 
 private:
-	boost::uint8_t state;		// the link message type
-	LinkID localLink;			// the local link id
-	LinkID remoteLink;			// the remote link id
+	uint8_t state;		// the link message type
+	LinkID localLink;	// the local link id
+	LinkID remoteLink;	// the remote link id
 
 };
Index: /source/ariba/utility/types/Identifier.h
===================================================================
--- /source/ariba/utility/types/Identifier.h	(revision 4596)
+++ /source/ariba/utility/types/Identifier.h	(revision 4597)
@@ -570,6 +570,6 @@
 sznBeginDefault( ariba::utility::Identifier, X ) {
 	// calculate length of key
-	boost::uint16_t len = array_size*sizeof(mp_limb_t);
-	boost::uint8_t unspec = isUnspec;
+	uint16_t len = array_size*sizeof(mp_limb_t);
+	uint8_t unspec = isUnspec;
 
 	// only serialize the lower 16 bits of keyLength
