From 938e8f4d3137018b97c26ca0dc3429c8e824358b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 9 Dec 2010 12:00:24 +0200 Subject: Cosmetic change (rename naked pointer to raw pointer) --- common/lazy-ptr/driver.cxx | 2 +- common/lazy-ptr/test.hxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'common/lazy-ptr') diff --git a/common/lazy-ptr/driver.cxx b/common/lazy-ptr/driver.cxx index eceb515..712cbdf 100644 --- a/common/lazy-ptr/driver.cxx +++ b/common/lazy-ptr/driver.cxx @@ -42,7 +42,7 @@ main (int argc, char* argv[]) { auto_ptr db (create_database (argc, argv)); - // Naked. + // Raw. // { typedef cont1 cont; diff --git a/common/lazy-ptr/test.hxx b/common/lazy-ptr/test.hxx index 4aa8b3a..242d925 100644 --- a/common/lazy-ptr/test.hxx +++ b/common/lazy-ptr/test.hxx @@ -19,7 +19,7 @@ #include #endif -// Naked pointer. +// Raw pointer. // using odb::lazy_ptr; class obj1; -- cgit v1.1