Use =default for skeleton copy constructor
[ACE_TAO.git] / ACE / ace / os_include / os_ndbm.h
blobe8a28ae91c2b2e4f1d49a29f60d4d0f8ba5da3ef
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file os_ndbm.h
7 * definitions for ndbm database operations
9 * @author Don Hinton <dhinton@dresystems.com>
10 * @author This code was originally in various places including ace/OS.h.
12 //=============================================================================
14 #ifndef ACE_OS_INCLUDE_OS_NDBM_H
15 #define ACE_OS_INCLUDE_OS_NDBM_H
17 #include /**/ "ace/pre.h"
19 #include /**/ "ace/config-all.h"
21 #if !defined (ACE_LACKS_PRAGMA_ONCE)
22 # pragma once
23 #endif /* ACE_LACKS_PRAGMA_ONCE */
25 #include "ace/os_include/sys/os_types.h"
27 #if !defined (ACE_LACKS_NDBM_H)
28 # include /**/ <ndbm.h>
29 #endif /* !ACE_LACKS_NDBM_H */
31 #include /**/ "ace/post.h"
32 #endif /* ACE_OS_INCLUDE_OS_NDBM_H */