summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-01-12 15:58:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-01-12 15:58:47 +0000
commit255f6ed14bc4e629f82690977c7741a12072cb4b (patch)
tree04f205266b37221103100003115b723fc45122ab
parent83456231ff7de0439a0592fec558f56a79f551ca (diff)
downloadATCD-255f6ed14bc4e629f82690977c7741a12072cb4b.tar.gz
ChangeLogTag: Mon Jan 12 15:54:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--ChangeLog5
-rw-r--r--TAO/tao/OctetSeqA.h12
2 files changed, 12 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c404181e11..1f66b35e54d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jan 12 15:54:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * apps/JAWS/server/jaws.dsp:
+ Fixed incorrect macro name.
+
Mon Jan 12 08:06:07 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/ProjectCreator.pm:
diff --git a/TAO/tao/OctetSeqA.h b/TAO/tao/OctetSeqA.h
index 4ab95af16b9..67e5e0c2250 100644
--- a/TAO/tao/OctetSeqA.h
+++ b/TAO/tao/OctetSeqA.h
@@ -31,15 +31,17 @@
#ifndef _TAO_IDL_ORIG_OCTETSEQA_ANYOP_H_
#define _TAO_IDL_ORIG_OCTETSEQA_ANYOP_H_
-
+#include /**/ "ace/pre.h"
// TAO_IDL - Generated from
// be/be_visitor_sequence/any_op_ch.cpp:52
- void operator<<= (CORBA::Any &, const CORBA::OctetSeq &); // copying version
- void operator<<= (CORBA::Any &, CORBA::OctetSeq*); // noncopying version
- CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::OctetSeq *&); // deprecated
- CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::OctetSeq *&);
+TAO_Export void operator<<= (CORBA::Any &, const CORBA::OctetSeq &); // copying version
+TAO_Export void operator<<= (CORBA::Any &, CORBA::OctetSeq*); // noncopying version
+TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::OctetSeq *&); // deprecated
+TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, const CORBA::OctetSeq *&);
+
+#include /**/ "ace/post.h"
#endif /* ifndef */