summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_State.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_State.cpp')
-rw-r--r--TAO/tao/GIOP_Message_State.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tao/GIOP_Message_State.cpp b/TAO/tao/GIOP_Message_State.cpp
index b86a456a140..ef6cd7ce057 100644
--- a/TAO/tao/GIOP_Message_State.cpp
+++ b/TAO/tao/GIOP_Message_State.cpp
@@ -37,11 +37,12 @@ public:
}
private:
- static const int MAGIC_LENGTH = 8; // " begin\n" + \000
+ static const int MAGIC_LENGTH;
unsigned int which_level_;
char* msg_;
};
+const int TAO_Debug_Msg_Emitter_Guard::MAGIC_LENGTH = 8; // " begin\n" + \000
ACE_RCSID(tao, GIOP_Message_State, "$Id$")