summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 13:45:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-24 13:45:06 +0000
commitd30435b86bf49a4f1e820ad2f67b1e2bc3cd1e4b (patch)
tree4e74cb7e791208f2b328c5c25326e2b6311a895e /TAO/orbsvcs/orbsvcs/AV
parent4a6e1fca888ec7e5e731990155e11bd2f52fa4ff (diff)
downloadATCD-d30435b86bf49a4f1e820ad2f67b1e2bc3cd1e4b.tar.gz
ChangeLogTag: Mon Apr 24 11:29:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 11:31:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 11:56:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>Mon Apr 24 12:02:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp2
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h3
2 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp
index 18ebfe4e49d..1ed36e3a769 100644
--- a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp
+++ b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.cpp
@@ -544,7 +544,7 @@ TAO_Forward_FlowSpec_Entry::parse (const char *flowSpec_entry)
if (TAO_debug_level > 0)
ACE_DEBUG ((LM_DEBUG,
- "TAO_Forward_FlowSpec_Entry::parse %s\n",
+ "TAO_Forward_FlowSpec_Entry::parse [%s]\n",
flowSpec_entry));
if (tokenizer [TAO_AV_DIRECTION] != 0)
diff --git a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
index 61ed7f1b03d..58f018bc45e 100644
--- a/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
+++ b/TAO/orbsvcs/orbsvcs/AV/FlowSpec_Entry.h
@@ -262,10 +262,9 @@ protected:
/**
* @class TAO_Forward_FlowSpec_Entry
- * @brief
*/
class TAO_AV_Export TAO_Forward_FlowSpec_Entry
- :public TAO_FlowSpec_Entry
+ : public TAO_FlowSpec_Entry
{
public:
enum Position {TAO_AV_FLOWNAME = 0,