~markwright/scalestack/zeromq

« back to all changes in this revision

Viewing changes to scalestack/kernel/delete_pointer.h

  • Committer: Eric Day
  • Date: 2011-01-25 20:51:51 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: eday@oddments.org-20110125205151-rlam04duepoczo9v
Moved common into kernel, other related cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 * @brief Delete Pointer Function Object
22
22
 */
23
23
 
24
 
#ifndef SCALESTACK_COMMON_DELETE_POINTER_H
25
 
#define SCALESTACK_COMMON_DELETE_POINTER_H
 
24
#ifndef SCALESTACK_KERNEL_DELETE_POINTER_H
 
25
#define SCALESTACK_KERNEL_DELETE_POINTER_H
26
26
 
27
 
#include <scalestack/common/macros.h>
 
27
#include <scalestack/kernel/macros.h>
28
28
 
29
29
namespace scalestack
30
30
{
31
 
namespace common
 
31
namespace kernel
32
32
{
33
33
 
34
34
/**
49
49
  }
50
50
};
51
51
 
52
 
} /* namespace common */
 
52
} /* namespace kernel */
53
53
} /* namespace scalestack */
54
54
 
55
 
#endif /* SCALESTACK_COMMON_DELETE_POINTER_H */
 
55
#endif /* SCALESTACK_KERNEL_DELETE_POINTER_H */