summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/AV/media_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/AV/media_timer.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/AV/media_timer.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/TAO/orbsvcs/orbsvcs/AV/media_timer.h b/TAO/orbsvcs/orbsvcs/AV/media_timer.h
index e7e060d5cb4..408ecb7136b 100644
--- a/TAO/orbsvcs/orbsvcs/AV/media_timer.h
+++ b/TAO/orbsvcs/orbsvcs/AV/media_timer.h
@@ -1,7 +1,5 @@
-// -*- C++ -*-
-
+/* -*- C++ -*- */
// $Id$
-
/*
* Copyright (c) 1995 Regents of the University of California.
* All rights reserved.
@@ -41,13 +39,9 @@
#define TAO_AV_MEDIA_TIMER_H
#include /**/ "ace/pre.h"
-#include "tao/orbconf.h"
-#include "tao/Versioned_Namespace.h"
-
+#include "ace/Basic_Types.h"
//long random (void);
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class MediaTimer
{
public:
@@ -63,7 +57,5 @@ class MediaTimer
ACE_UINT32 offset_; /* random offset */
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#include /**/ "ace/post.h"
#endif /* TAO_AV_MEDIA_TIMER_H */