diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-02-08 20:19:55 +0000 |
commit | 88aa7fad74d32cbb6e671ad14cdde00742d5ee23 (patch) | |
tree | 9fb556cb489f7849e7dbca096364aeab06560015 /TAO/tao/Principal.h | |
parent | c122ed4ef6b4c3db15b482359638f85aaad3de49 (diff) | |
download | ATCD-88aa7fad74d32cbb6e671ad14cdde00742d5ee23.tar.gz |
ChangeLogTag:Mon Feb 8 13:43:10 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Principal.h')
-rw-r--r-- | TAO/tao/Principal.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/TAO/tao/Principal.h b/TAO/tao/Principal.h index bc9c7c59940..de97dd94163 100644 --- a/TAO/tao/Principal.h +++ b/TAO/tao/Principal.h @@ -18,7 +18,10 @@ // ============================================================================ #ifndef TAO_PRINCIPAL_H -# define TAO_PRINCIPAL_H +#define TAO_PRINCIPAL_H + +#include "tao/corbafwd.h" +#include "tao/Sequence.h" class TAO_Export CORBA_Principal { @@ -67,10 +70,10 @@ private: #endif /* __GNUG__ */ }; -extern TAO_Export CORBA_Boolean +extern TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR&, CORBA_Principal*); -extern TAO_Export CORBA_Boolean +extern TAO_Export CORBA::Boolean operator>> (TAO_InputCDR&, CORBA_Principal*&); #if defined (__ACE_INLINE__) |