diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-16 11:03:34 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-16 11:03:34 +0000 |
commit | f48c3b1b12b123e2204a0e3419653da2fe6e7821 (patch) | |
tree | 09e803c85ff27e27fb8d509b7b09493c6e354335 | |
parent | 6ffa65d7aadce2994d0d19116b39ca2463e9e9b5 (diff) | |
download | ATCD-f48c3b1b12b123e2204a0e3419653da2fe6e7821.tar.gz |
ChangeLogTag: Wed Mar 16 11:03:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tao/WStringSeqC.cpp | 2 | ||||
-rw-r--r-- | TAO/tao/WStringSeqC.h | 2 | ||||
-rw-r--r-- | TAO/tao/WStringSeqS.h | 52 |
3 files changed, 3 insertions, 53 deletions
diff --git a/TAO/tao/WStringSeqC.cpp b/TAO/tao/WStringSeqC.cpp index d01ae92a9b7..aba434c6df1 100644 --- a/TAO/tao/WStringSeqC.cpp +++ b/TAO/tao/WStringSeqC.cpp @@ -170,7 +170,7 @@ return false; #endif /* _TAO_CDR_OP_CORBA_WStringSeq_CPP_ */ // TAO_IDL - Generated from -// be\be_visitor_root/root.cpp:1619 +// be\be_visitor_root/root.cpp:1528 #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) diff --git a/TAO/tao/WStringSeqC.h b/TAO/tao/WStringSeqC.h index b6bfa566d9e..3168ba274a9 100644 --- a/TAO/tao/WStringSeqC.h +++ b/TAO/tao/WStringSeqC.h @@ -164,7 +164,7 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_CORBA_WStringSeq_H_ */ // TAO_IDL - Generated from -// be\be_codegen.cpp:961 +// be\be_codegen.cpp:969 #if defined (__ACE_INLINE__) #include "WStringSeqC.inl" diff --git a/TAO/tao/WStringSeqS.h b/TAO/tao/WStringSeqS.h index a1959b1cc55..17b1360599e 100644 --- a/TAO/tao/WStringSeqS.h +++ b/TAO/tao/WStringSeqS.h @@ -25,54 +25,4 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html -// TAO_IDL - Generated from -// be\be_codegen.cpp:390 - -#ifndef _TAO_IDL_ORIG_WSTRINGSEQS_H_ -#define _TAO_IDL_ORIG_WSTRINGSEQS_H_ - -#include /**/ "ace/pre.h" - -#include "WStringSeqC.h" - -#if !defined (ACE_LACKS_PRAGMA_ONCE) -# pragma once -#endif /* ACE_LACKS_PRAGMA_ONCE */ - - -#if defined(_MSC_VER) -#pragma warning(push) -#pragma warning(disable:4250) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option push -w-rvl -w-rch -w-ccc -w-inl -#endif /* __BORLANDC__ */ - -// TAO_IDL - Generated from -// be\be_visitor_module/module_sh.cpp:49 - -namespace POA_CORBA -{ - - -// TAO_IDL - Generated from -// be\be_visitor_module/module_sh.cpp:80 - -} // module CORBA - -// TAO_IDL - Generated from -// be\be_codegen.cpp:997 - - -#if defined(_MSC_VER) -#pragma warning(pop) -#endif /* _MSC_VER */ - -#if defined (__BORLANDC__) -#pragma option pop -#endif /* __BORLANDC__ */ - -#include /**/ "ace/post.h" -#endif /* ifndef */ - +// Skeleton file generation suppressed with command line option -SS |