diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-01 01:01:56 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-10-01 01:01:56 +0000 |
commit | 57fca9136808b4697e39838e63cb0cabb929c7d2 (patch) | |
tree | 752f40f9e8076f6c84b924d5732e1bb9989e15bd /TAO | |
parent | 3ab2c117b2113aa11d7f39f6162e49fa349a8b24 (diff) | |
download | ATCD-57fca9136808b4697e39838e63cb0cabb929c7d2.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/tao/corbacom.h | 35 |
1 files changed, 9 insertions, 26 deletions
diff --git a/TAO/tao/corbacom.h b/TAO/tao/corbacom.h index 7c0680c5786..80eef37231e 100644 --- a/TAO/tao/corbacom.h +++ b/TAO/tao/corbacom.h @@ -12,7 +12,8 @@ // CORBA C/C++/COM mapping for Win32 // // = AUTHOR -// Copyright 1994-1995 by Sun Microsystems Inc. +// Copyright 1994-1995 by Sun Microsystems Inc. and Andy Gokhale +// <gokhale@cs.wustl.edu>. // // ============================================================================ @@ -168,13 +169,14 @@ struct CORBA_SEQUENCE ~CORBA_SEQUENCE (void) { } }; - class ACE_Svc_Export CORBA -{ // = TITLE - // class CORBA - // =DESCRIPTION - // Provides the CORBA namespace. + // Provides the CORBA namespace. + // + // = DESCRIPTION + // This class allows the use of CORBA::Foo, as well as CORBA_Foo + // for all standard types Foo. +{ public: # if SIZEOF_BOOL != 0 @@ -284,28 +286,10 @@ public: static void string_free (Char *); class String_var -<<<<<<< corbacom.h // = TITLE // String var class. Provides automatic deallocation of storage // for the string once it goes out of scope. - { - public: - String_var (void); - // default constructor - - String_var (char *p); - // constructor, owns p - - String_var (const char *p); - // constructor. Makes a copy of p - - String_var (const String_var &s); - // copy constructor -======= { - // = TITLE - // String var class. Provides automatic deallocation of storage for the - // string once it goes out of scope. public: String_var (void); // default constructor @@ -535,9 +519,8 @@ public: SYSEX(OBJ_ADAPTER); SYSEX(DATA_CONVERSION); #undef SYSEX - - //= all the CORBA::is_nil methods + // = all the CORBA::is_nil methods static Boolean is_nil (BOA_ptr); static Boolean is_nil (Object_ptr); static Boolean is_nil (Environment_ptr); |