summaryrefslogtreecommitdiff
path: root/TAO/tao/ORB_Time_Policy.h
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2011-12-15 13:26:56 +0000
committermsmit <msmit@remedy.nl>2011-12-15 13:26:56 +0000
commit1b684665bba39081032a0db85a1b16c62e725606 (patch)
tree80f37ed90409fcefdb9cf1baf4d20540f78135c7 /TAO/tao/ORB_Time_Policy.h
parentcf5f1aa96e55d81bcdfccb753630df7ae322f40a (diff)
downloadATCD-1b684665bba39081032a0db85a1b16c62e725606.tar.gz
Thu Dec 15 13:25:37 UTC 2011 Marcel Smit <msmit@remedy.nl>
* tao/ORB_Time_Policy.h: * tao/ORB_Time_Policy.inl: Fixed warning for gcc 4.6.2
Diffstat (limited to 'TAO/tao/ORB_Time_Policy.h')
-rw-r--r--TAO/tao/ORB_Time_Policy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/ORB_Time_Policy.h b/TAO/tao/ORB_Time_Policy.h
index 8e60cee3506..f4ee57d8420 100644
--- a/TAO/tao/ORB_Time_Policy.h
+++ b/TAO/tao/ORB_Time_Policy.h
@@ -55,7 +55,7 @@ namespace TAO
// Declare a countdown timer type based on ORB time policy
typedef ACE_Countdown_Time_T<ORB_Time_Policy> ORB_Countdown_Time;
-}; // TAO
+} // TAO
TAO_END_VERSIONED_NAMESPACE_DECL