diff options
| author | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-10 11:16:32 +0200 |
|---|---|---|
| committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-12-10 11:16:32 +0200 |
| commit | b0badbfd0fdbbadef588a2b518cbfb49f34bf9fd (patch) | |
| tree | 01b56ee7ee168d6dd66486521e4c7e1353bf5d7b /common/lazy-ptr | |
| parent | 938e8f4d3137018b97c26ca0dc3429c8e824358b (diff) | |
Cosmetic changes
Diffstat (limited to 'common/lazy-ptr')
| -rw-r--r-- | common/lazy-ptr/test.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 242d925..8b75c46 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -109,7 +109,7 @@ namespace tr1 class obj; - #pragma db object pointer(std::tr1::shared_ptr<cont>) // @@ tmp std::tr1:: + #pragma db object pointer(shared_ptr<cont>) class cont { public: @@ -125,7 +125,7 @@ namespace tr1 obj_list o; }; - #pragma db object pointer(std::tr1::shared_ptr<obj>) // @@ tmp std::tr1:: + #pragma db object pointer(shared_ptr<obj>) class obj { public: |
