home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / stlpt453.zip / STLport-4.5.3 / stlport / old_hp / queue.h < prev    next >
C/C++ Source or Header  |  2000-12-07  |  665b  |  24 lines

  1. /*
  2.  *
  3.  * Copyright (c) 1997
  4.  * Moscow Center for SPARC Technology
  5.  *
  6.  * Copyright (c) 1999 
  7.  * Boris Fomitchev
  8.  *
  9.  * This material is provided "as is", with absolutely no warranty expressed
  10.  * or implied. Any use is at your own risk.
  11.  *
  12.  * Permission to use or copy this software for any purpose is hereby granted 
  13.  * without fee, provided the above notices are retained on all copies.
  14.  * Permission to modify the code and to distribute modified code is granted,
  15.  * provided the above notices are retained, and a notice that the code was
  16.  * modified is included with the above copyright notice.
  17.  *
  18.  */
  19.  
  20. #ifndef __QUEUE__
  21. # define __QUEUE__
  22. # include <queue>
  23. #endif
  24.