summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-11-24 09:17:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-11-24 09:17:36 +0000
commit105963e5eeaf8a7fcb045c71ade74bcada81033d (patch)
tree9590150b920cf4a75c46f4880746be4784f27275
parent6118f534141c6b198a468af6628f8abc7d1aa7f9 (diff)
downloadATCD-105963e5eeaf8a7fcb045c71ade74bcada81033d.tar.gz
Sat Nov 24 09:17:21 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp: Fixed compile error
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp2
2 files changed, 6 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 5e4a9b72190..495f4497f27 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sat Nov 24 09:17:21 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp:
+ Fixed compile error
+
Fri Nov 23 19:15:15 UTC 2012 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/ast/ast_module.cpp:
diff --git a/TAO/orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp b/TAO/orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp
index ab00ada7dfd..6f590f1bdef 100644
--- a/TAO/orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp
+++ b/TAO/orbsvcs/tests/Notify/Bug_2926_Regression/server.cpp
@@ -12,7 +12,7 @@ char const * const scpc_orbId = "testDllOrb";
ACE_TCHAR const * const scpc_loadOrb = ACE_DYNAMIC_VERSIONED_SERVICE_DIRECTIVE(
"testDllOrb",
"bug2926",
- TAO_VERSION
+ TAO_VERSION,
"_make_DllORB",
"testDllOrb -ORBDebugLevel 0 -ORBId testDllOrb -ORBDottedDecimalAddresses 1"
);