summaryrefslogtreecommitdiff
path: root/ace/RMCast/Bits.h
blob: 0c1090910ce1b49840450393a2a1f7164ffb790a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// file      : ace/RMCast/Bits.h
// author    : Boris Kolpackov <boris@kolpackov.net>
// cvs-id    : $Id$

#ifndef ACE_RMCAST_BITS_H
#define ACE_RMCAST_BITS_H

#include <ace/Synch.h>
#include <ace/Auto_Ptr.h>

//#include <iostream>

namespace ACE_RMCast
{
  typedef ACE_Thread_Mutex Mutex;
  typedef ACE_Guard<Mutex> Lock;
  typedef ACE_Condition<Mutex> Condition;

  using ::auto_ptr; // ACE auto_ptr.

  // tmp
  //
  //using std::cerr;
  //using std::endl;
}


#endif  // ACE_RMCAST_BITS_H