diff options
author | poberlin <poberlin@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-07-28 16:16:45 +0000 |
---|---|---|
committer | poberlin <poberlin@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-07-28 16:16:45 +0000 |
commit | 6a2af6a42cffb50fd0baa533382d570e43ad2df8 (patch) | |
tree | 47b74b52d1cd688eaa6087f2f531dcbaf7b291c2 | |
parent | 135957514e6a44e04f85b6e683641f2fcc1330f5 (diff) | |
download | ATCD-6a2af6a42cffb50fd0baa533382d570e43ad2df8.tar.gz |
committing
-rw-r--r-- | ACE/ace/Live_P_Strategy.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ACE/ace/Live_P_Strategy.cpp b/ACE/ace/Live_P_Strategy.cpp new file mode 100644 index 00000000000..9b14b27dbcb --- /dev/null +++ b/ACE/ace/Live_P_Strategy.cpp @@ -0,0 +1,5 @@ +#include "ace/Live_P_Strategy.h" + +#if !defined (__ACE_INLINE__) +#include "ace/Live_P_Strategy.inl" +#endif /* __ACE_INLINE__ */
\ No newline at end of file |