Environment redesign and test/examples review. English API revisions
[anna.git] / example / dbos / workdir / storage / Directory.hpp
index 88bd645..9f4f670 100644 (file)
@@ -94,7 +94,7 @@ private:
       const filesystem::Directory* a_filesystemDirectory;
       int a_inode;
 
-      // No usa la base de datos => No requiere dbms::Statement
+      // dbms::Statement is not required
       dbms::Statement* initialize (dbms::Database&) throw (RuntimeException) { return NULL; }
       bool load (dbms::Connection*, const dbos::StorageArea*) throw (RuntimeException);
    };