/* -*- C++ -*- */ // $Id$ // ============================================================================ // // = LIBRARY // ace // // = FILENAME // Time_Value.h // // = AUTHOR // Doug Schmidt // // ============================================================================ #ifndef ACE_TIME_VALUE_H #define ACE_TIME_VALUE_H #include "ace/pre.h" // This file is no longer used and is only here due to backwards // compatibility. All the functionality has been merged into OS.h. #include "ace/OS.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "ace/post.h" #endif /* ACE_TIME_VALUE */