-rw-r--r-- | libopie2/templates/lib_cpp.cpp | 14 | ||||
-rw-r--r-- | libopie2/templates/lib_h.h | 14 |
2 files changed, 14 insertions, 14 deletions
diff --git a/libopie2/templates/lib_cpp.cpp b/libopie2/templates/lib_cpp.cpp index b3e25bd..e87d0f2 100644 --- a/libopie2/templates/lib_cpp.cpp +++ b/libopie2/templates/lib_cpp.cpp @@ -4,8 +4,8 @@ * the parts are separated as follow: - * ONet: opienet2 - * OPim: opiepim2 - * ODb: opiedb2 - * OCore: opiecore2 - * OMm: opiemm2 - * OUi: opieui2 + * Net: opienet2 + * Pim: opiepim2 + * Db: opiedb2 + * Core: opiecore2 + * Mm: opiemm2 + * Ui: opieui2 * a class MUST start with O - so we make sure that it does not @@ -55,3 +55,3 @@ standard includes here namespace ODP { - namespace ONet { + namespace Net { OFtpNetwork::OFtpNetwork() { diff --git a/libopie2/templates/lib_h.h b/libopie2/templates/lib_h.h index aec635f..f6eeb08 100644 --- a/libopie2/templates/lib_h.h +++ b/libopie2/templates/lib_h.h @@ -4,8 +4,8 @@ * the parts are separated as follow: - * ONet: opienet2 - * OPim: opiepim2 - * ODb: opiedb2 - * OCore: opiecore2 - * OMm: opiemm2 - * OUi: opieui2 + * Net: opienet2 + * Pim: opiepim2 + * Db: opiedb2 + * Core: opiecore2 + * Mm: opiemm2 + * Ui: opieui2 * a class MUST start with O - so we make sure that it does not @@ -56,3 +56,3 @@ namespace ODP { - namspace ONet { + namspace Net { classes here |