Environment redesign and test/examples review. English API revisions
[anna.git] / example / dbos / workdir / storage / File.hpp
index 239ea65..6cee61e 100644 (file)
@@ -97,7 +97,7 @@ private:
       const filesystem::File* a_filesystemFile;
       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);
    };