summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/components/sqldb/pgsql.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-cpp/trunk/components/sqldb/pgsql.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/sca-cpp/trunk/components/sqldb/pgsql.hpp b/sca-cpp/trunk/components/sqldb/pgsql.hpp
index 08e8a44123..25b55cc522 100644
--- a/sca-cpp/trunk/components/sqldb/pgsql.hpp
+++ b/sca-cpp/trunk/components/sqldb/pgsql.hpp
@@ -22,6 +22,10 @@
#ifndef tuscany_pgsql_hpp
#define tuscany_pgsql_hpp
+/**
+ * PostgreSQL access functions.
+ */
+
#include <libpq-fe.h>
#include "string.hpp"