Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hydraulicModel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘乐
hydraulicModel
Commits
e95c0cca
Commit
e95c0cca
authored
Jul 03, 2020
by
刘乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1, 修正编译重复定义错误
parent
f932ec47
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
CivDbConn.h
pandaDbManager/CivDbConn.h
+3
-3
No files found.
pandaDbManager/CivDbConn.h
View file @
e95c0cca
#ifndef CIVDBCONN_H
#ifndef CIVDBCONN_H
#define CIVDBCONN
#define CIVDBCONN
_H
#include "CivTypes.h"
#include "CivTypes.h"
#include "CivAssembly.h"
#include "CivAssembly.h"
#include "CivTableTemp.h"
#include "CivTableTemp.h"
...
@@ -7,9 +7,9 @@
...
@@ -7,9 +7,9 @@
#define DBEXPORT __declspec(dllexport)
#define DBEXPORT __declspec(dllexport)
/**
/**
数据库连接接口
数据库连接接口
*/
*/
class
DBEXPORT
CivDbConn
class
DBEXPORT
CivDbConn
{
{
public
:
public
:
CivDbConn
();
CivDbConn
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment