libgda++
- From: Laurent Marzullo <laurent marzullo sema be>
- To: gnome-db-list gnome org
- Subject: libgda++
- Date: Wed, 25 Oct 2000 10:12:03 +0200
Hello,
Rodrigo:
You don't have to change header for including
#ifdef __cplusplus
extern "C" {
#endif
I've create one new header file for each of gda one like this:
(Ex for gda-client.h)
--------------------------------------------------------------
#ifndef _C_GDA_CLIENT_H
#define _C_GDA_CLIENT_H
extern "C"
{
# include <gda-client.h>
}
#endif
--------------------------------------------------------------
And I call it "c-gda-client"
I've also beginning to wrap the Gda_Provider structure. It's ok.
but i must finalize it.
So, I must comment it. Do you following comment syntax (As doxygen
one or another) ?
Do you have preference about naming convention in libgda++ (or
libgdacpp-client, libgdacpp-common, etc) ?
For now, I call it libgda++ just to make difference with libgdacpp-client.
Regards
+---------------------------+
| Laurent Marzullo |
| SEMA - GROUP Belgium |
| 96, rue de stalle |
| 1180 Bruxelles - BELGIUM |
| tél: +32(0) 2 333 52 43 |
| laurent marzullo sema be |
+---------------------------+
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]