summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 17:50:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-28 17:50:16 +0000
commitf18e94f1eafeb7f145ff441a02aac821961a58ce (patch)
treee76a90a8f457ad5d8619f2a5a606b07aabd0da74
parent92fa9e6af2bbd36745b528752c1d92b0cb76f6bd (diff)
downloadATCD-f18e94f1eafeb7f145ff441a02aac821961a58ce.tar.gz
ChangeLogTag: Mon Jul 28 12:47:22 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/tao/Any_SystemException.cpp24
-rw-r--r--TAO/tao/TAO.dsp9
3 files changed, 31 insertions, 12 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6e6cfa2241b..41388612e73 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,13 @@
+Mon Jul 28 12:47:22 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * tao/Any_SystemException.cpp:
+
+ Cosmetic changes.
+
+ * tao/TAO.dsp:
+
+ Added above file and corresponding header file to project.
+
Mon Jul 28 12:34:16 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Any_SystemException.h:
diff --git a/TAO/tao/Any_SystemException.cpp b/TAO/tao/Any_SystemException.cpp
index b6c8a5e283a..c1125558c1f 100644
--- a/TAO/tao/Any_SystemException.cpp
+++ b/TAO/tao/Any_SystemException.cpp
@@ -54,31 +54,31 @@ TAO::Any_SystemException::insert (CORBA::Any & any,
Any_SystemException *new_impl = 0;
ACE_NEW (new_impl,
Any_SystemException (destructor,
- tc,
- value));
+ tc,
+ value));
any.replace (new_impl);
}
void
TAO::Any_SystemException::insert_copy (CORBA::Any & any,
- _tao_destructor destructor,
- CORBA::TypeCode_ptr tc,
- const CORBA::SystemException & value)
+ _tao_destructor destructor,
+ CORBA::TypeCode_ptr tc,
+ const CORBA::SystemException & value)
{
Any_SystemException *new_impl = 0;
ACE_NEW (new_impl,
Any_SystemException (destructor,
- tc,
- value));
+ tc,
+ value));
any.replace (new_impl);
}
CORBA::Boolean
TAO::Any_SystemException::extract (const CORBA::Any & any,
- _tao_destructor destructor,
- CORBA::TypeCode_ptr tc,
- const CORBA::SystemException *& _tao_elem,
- TAO::excp_factory f)
+ _tao_destructor destructor,
+ CORBA::TypeCode_ptr tc,
+ const CORBA::SystemException *& _tao_elem,
+ TAO::excp_factory f)
{
_tao_elem = 0;
@@ -173,7 +173,7 @@ TAO::Any_SystemException::value (void) const
}
CORBA::Boolean
-TAO::Any_SystemException::marshal_value (TAO_OutputCDR &cdr) \
+TAO::Any_SystemException::marshal_value (TAO_OutputCDR &cdr)
{
ACE_TRY_NEW_ENV
{
diff --git a/TAO/tao/TAO.dsp b/TAO/tao/TAO.dsp
index 385e2bd83be..d0d86498812 100644
--- a/TAO/tao/TAO.dsp
+++ b/TAO/tao/TAO.dsp
@@ -180,6 +180,11 @@ SOURCE=.\Any.cpp
# End Source File
# Begin Source File
+SOURCE=.\Any_SystemException.cpp
+# ADD CPP /GR
+# End Source File
+# Begin Source File
+
SOURCE=.\append.cpp
# End Source File
# Begin Source File
@@ -1056,6 +1061,10 @@ SOURCE=.\Any_Special_Impl_T.h
# End Source File
# Begin Source File
+SOURCE=.\Any_SystemException.h
+# End Source File
+# Begin Source File
+
SOURCE=.\arg_shifter.h
# End Source File
# Begin Source File