瀏覽代碼

moved command line option to dbo

develop
Robin Thoni 8 年之前
父節點
當前提交
64e2eb211d
共有 3 個檔案被更改,包括 1 行新增1 行删除
  1. 0
    0
      src/DBO/CommandLineOption.cpp
  2. 0
    0
      src/DBO/CommandLineOption.h
  3. 1
    1
      src/Interface/CommandLineParser.h

src/Interface/CommandLineOption.cpp → src/DBO/CommandLineOption.cpp 查看文件


src/Interface/CommandLineOption.h → src/DBO/CommandLineOption.h 查看文件


+ 1
- 1
src/Interface/CommandLineParser.h 查看文件

@@ -5,7 +5,7 @@
5 5
 #ifndef PDNS_SLAVE_COMMANDLINEPARSER_H
6 6
 #define PDNS_SLAVE_COMMANDLINEPARSER_H
7 7
 
8
-# include "CommandLineOption.h"
8
+# include "DBO/CommandLineOption.h"
9 9
 
10 10
 class CommandLineParser
11 11
 {

Loading…
取消
儲存