summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Accept_State.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Accept_State.h')
-rw-r--r--TAO/tao/GIOP_Accept_State.h38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/tao/GIOP_Accept_State.h b/TAO/tao/GIOP_Accept_State.h
new file mode 100644
index 00000000000..38ff4502276
--- /dev/null
+++ b/TAO/tao/GIOP_Accept_State.h
@@ -0,0 +1,38 @@
+// -*- C++ -*-
+// $Id$
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO
+//
+// = FILENAME
+// GIOP_Message.h
+//
+// = DESCRIPTION
+// Interface for the GIOP messaging protocol
+//
+// = AUTHOR
+// Copyright 1994-1995 by Sun Microsystems Inc.,
+// Balachandran Natarajan <bala@cs.wustl.edu>
+//
+// ============================================================================
+#ifndef _TAO_GIOP_SERVER_STATE_
+#define _TAO_GIOP_SERVER_STATE_
+
+class TAO_Export TAO_GIOP_Accept_State
+{
+ // = TITLE
+ // An abstract interface for different versions of the GIOP
+ // implementation classes.
+ //
+ // = DESCRIPTION
+ //
+ //
+public:
+
+private:
+};
+
+
+#endif /*_TAO_GIOP_SERVER_STATE_*/