summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-20 16:25:40 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2001-01-20 16:25:40 +0000
commita3a5613aa037bd30d9b54e0d4b4f1e91d448be5a (patch)
tree0e48fec9f15d3c9cd7e77316f3228127f4139a28 /TAO/examples/Advanced
parent275ee1c90b96f68208ad94f19942fbb81081b721 (diff)
downloadATCD-a3a5613aa037bd30d9b54e0d4b4f1e91d448be5a.tar.gz
ChangeLogTag:Sat Jan 20 10:20:50 2001 Douglas C. Schmidt <schmidt@ace.cs.wustl.edu>
Diffstat (limited to 'TAO/examples/Advanced')
-rw-r--r--TAO/examples/Advanced/ch_18/Makefile2
-rw-r--r--TAO/examples/Advanced/ch_18/server.cpp2
-rw-r--r--TAO/examples/Advanced/ch_18/server.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/Advanced/ch_18/Makefile b/TAO/examples/Advanced/ch_18/Makefile
index 25a16ac49a6..a339895a807 100644
--- a/TAO/examples/Advanced/ch_18/Makefile
+++ b/TAO/examples/Advanced/ch_18/Makefile
@@ -72,7 +72,7 @@ CPPFLAGS += -I$(TAO_ROOT)/orbsvcs
.PRECIOUS: CCSS.cpp CCSS.i CCSS.h
.PRECIOUS: CCSS_T.cpp CCSS_T.i CCSS_T.h
-override TAO_IDLFLAGS += -So
+override TAO_IDLFLAGS += -Ge 0
CCFLAGS += -fimplicit-templates -frtti -O0
$(IDL_SRC): CCS.idl
diff --git a/TAO/examples/Advanced/ch_18/server.cpp b/TAO/examples/Advanced/ch_18/server.cpp
index ee0be193ec3..33da0ee33b2 100644
--- a/TAO/examples/Advanced/ch_18/server.cpp
+++ b/TAO/examples/Advanced/ch_18/server.cpp
@@ -613,7 +613,7 @@ preinvoke (
const PortableServer::ObjectId & oid,
PortableServer::POA_ptr /* poa */,
const char * operation,
- void * & /* cookie */,
+ void * & /* cookie */
) throw (CORBA::SystemException, PortableServer::ForwardRequest)
{
// Convert object id into asset number.
diff --git a/TAO/examples/Advanced/ch_18/server.h b/TAO/examples/Advanced/ch_18/server.h
index 55aeba8dad6..b1f35199a76 100644
--- a/TAO/examples/Advanced/ch_18/server.h
+++ b/TAO/examples/Advanced/ch_18/server.h
@@ -204,7 +204,7 @@ public:
const PortableServer::ObjectId & oid,
PortableServer::POA_ptr poa,
const char * operation,
- void * & cookie,
+ void * & cookie
) throw(
CORBA::SystemException,
PortableServer::ForwardRequest);
@@ -214,7 +214,7 @@ public:
PortableServer::POA_ptr /* poa */,
const char * /* operation */,
void * /* cookie */,
- PortableServer::Servant /* servant */,
+ PortableServer::Servant /* servant */
) throw(CORBA::SystemException) {}
private: