summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Utils.h
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2007-01-03 06:11:06 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2007-01-03 06:11:06 +0000
commit09ed767f524a0a9a410d1f40c78241227a92239f (patch)
treef0233c5e9e4cbe54ff54efe7254346ed9fd53ee9 /TAO/tao/GIOP_Utils.h
parente6defa8ce1ff560f95956be4f7b5482428de6592 (diff)
downloadATCD-09ed767f524a0a9a410d1f40c78241227a92239f.tar.gz
ACE ChangeLogTag: Wed Jan 3 05:53:04 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com>
TAO ChangeLogTag: Wed Jan 3 05:58:08 UTC 2007 Chris Cleeland <cleeland_c@ociweb.com> M TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.h M TAO/orbsvcs/orbsvcs/Notify/Any/PushConsumer.cpp M TAO/orbsvcs/orbsvcs/Notify/POA_Helper.cpp M TAO/orbsvcs/orbsvcs/Notify/Properties.h M TAO/orbsvcs/orbsvcs/Notify/Sequence/SequencePushConsumer.cpp M TAO/orbsvcs/orbsvcs/Notify/Consumer.h M TAO/orbsvcs/orbsvcs/Notify/RT_Properties.cpp M TAO/orbsvcs/orbsvcs/Notify/Consumer.cpp M TAO/orbsvcs/orbsvcs/Notify/Service.h M TAO/orbsvcs/orbsvcs/Notify/Properties.cpp M TAO/orbsvcs/orbsvcs/Notify/CosNotify_Service.cpp M TAO/orbsvcs/orbsvcs/Notify/RT_Properties.h M TAO/orbsvcs/orbsvcs/Notify/Structured/StructuredPushConsumer.cpp M TAO/orbsvcs/orbsvcs/Notify/Properties.inl M TAO/orbsvcs/Notify_Service/Notify_Service.cpp M TAO/orbsvcs/Notify_Service/README M TAO/orbsvcs/Notify_Service/Notify_Service.h M TAO/orbsvcs/tests/Event/Performance/run_test.pl M TAO/orbsvcs/tests/ImplRepo/NameService/run_test.pl M TAO/orbsvcs/tests/ImplRepo/locked/run_test.pl M TAO/orbsvcs/tests/ImplRepo/run_test.pl M TAO/orbsvcs/tests/Bug_1436_Regression/run_test.pl M TAO/orbsvcs/tests/Bug_1393_Regression/run_test.pl M TAO/orbsvcs/tests/Bug_1395_Regression/run_test.pl M TAO/orbsvcs/tests/RTCosScheduling/run_test.pl M TAO/orbsvcs/tests/Security/Secure_Invocation/run_test.pl M TAO/orbsvcs/tests/Security/Big_Request/run_test.pl M TAO/orbsvcs/tests/Security/Callback/run_test.pl M TAO/orbsvcs/tests/InterfaceRepo/Application_Test/run_test.pl M TAO/orbsvcs/tests/InterfaceRepo/IFR_Inheritance_Test/run_test.pl MM TAO/orbsvcs/tests/Bug_2615_Regression/run_test.pl M TAO/orbsvcs/tests/Bug_1437_Regression/run_test.pl M TAO/orbsvcs/tests/Notify/Basic/run_test_ipv6.pl M TAO/orbsvcs/tests/Notify/Basic/run_test.pl M TAO/tao/GIOP_Utils.h M TAO/tao/Unbounded_Octet_Sequence_T.h M TAO/tao/ObjectKey_Table.h M TAO/tao/ObjectKey_Table.cpp M TAO/tao/GIOP_Message_State.cpp M TAO/ChangeLog M TAO/utils/nslist/run_test.pl A TAO/tests/Bug_2702_Regression A TAO/tests/Bug_2702_Regression/client.cpp A TAO/tests/Bug_2702_Regression/CloseConnection.mpc A TAO/tests/Bug_2702_Regression/Test.idl A TAO/tests/Bug_2702_Regression/fakeserver.pm A TAO/tests/Bug_2702_Regression/fakeserver2.pl A TAO/tests/Bug_2702_Regression/closeconnection.dat A TAO/tests/Bug_2702_Regression/README A TAO/tests/Bug_2702_Regression/run_test.pl M TAO/tests/DLL_ORB/run_test.pl M TAO/tests/Portable_Interceptors/PolicyFactory/run_test.pl M TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/run_test.pl M TAO/tests/Portable_Interceptors/IORInterceptor/run_test.pl M TAO/tests/Portable_Interceptors/PICurrent/run_test.pl M TAO/tests/COIOP/run_test.pl M TAO/NEWS M ACE/ace/CDR_Stream.inl M ACE/ace/QtReactor/QtReactor.cpp M ACE/bin/auto_run_tests.pl M ACE/bin/tao_orb_tests.lst M ACE/NEWS M ACE/ChangeLog
Diffstat (limited to 'TAO/tao/GIOP_Utils.h')
-rw-r--r--TAO/tao/GIOP_Utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Utils.h b/TAO/tao/GIOP_Utils.h
index dc471999831..50bb953f1c2 100644
--- a/TAO/tao/GIOP_Utils.h
+++ b/TAO/tao/GIOP_Utils.h
@@ -40,8 +40,8 @@ typedef enum GIOP_Messages
TAO_GIOP_CANCELREQUEST = 2, // by client.
TAO_GIOP_LOCATEREQUEST = 3, // by client.
TAO_GIOP_LOCATEREPLY = 4,
- TAO_GIOP_CLOSECONNECTION = 5,
- TAO_GIOP_MESSAGERROR = 6, // by both.
+ TAO_GIOP_CLOSECONNECTION = 5, // by both.
+ TAO_GIOP_MESSAGERROR = 6, // by both.
TAO_GIOP_FRAGMENT = 7 // by both.
} TAO_GIOP_Message_Type;