[SplitP.hpp] rename to .hpp

This commit is contained in:
Christopher Lam 2024-04-25 21:21:36 +08:00
parent 1e1d21b716
commit 9e4b03f71b
6 changed files with 7 additions and 15 deletions

View File

@ -6,7 +6,7 @@ add_subdirectory(mocks)
set(engine_noinst_HEADERS set(engine_noinst_HEADERS
AccountP.hpp AccountP.hpp
SplitP.h SplitP.hpp
SX-book.h SX-book.h
SX-ttinfo.h SX-ttinfo.h
TransactionP.hpp TransactionP.hpp

View File

@ -1,5 +1,5 @@
/********************************************************************\ /********************************************************************\
* SplitP.h -- private header for splits * * SplitP.hpp -- private header for splits *
* Copyright (C) 1997 Robin D. Clark * * Copyright (C) 1997 Robin D. Clark *
* Copyright (C) 1997-2000 Linas Vepstas <linas@linas.org> * * Copyright (C) 1997-2000 Linas Vepstas <linas@linas.org> *
* Copyright (C) 2000 Bill Gribble * * Copyright (C) 2000 Bill Gribble *
@ -25,7 +25,7 @@
/* /*
* FILE: * FILE:
* SplitP.h * SplitP.hpp
* *
* FUNCTION: * FUNCTION:
* The is the *private* split header file. Code outside of * The is the *private* split header file. Code outside of
@ -52,10 +52,6 @@
#include "qof.h" #include "qof.h"
#ifdef __cplusplus
extern "C" {
#endif
/** STRUCTS *********************************************************/ /** STRUCTS *********************************************************/
/* A "split" is more commonly referred to as an "entry" in a "transaction". /* A "split" is more commonly referred to as an "entry" in a "transaction".
*/ */
@ -236,10 +232,6 @@ typedef struct
SplitTestFunctions* _utest_split_fill_functions (void); SplitTestFunctions* _utest_split_fill_functions (void);
#ifdef __cplusplus
}
#endif
/*@}*/ /*@}*/

View File

@ -46,7 +46,7 @@
#include "Scrub.h" #include "Scrub.h"
#include "Scrub3.h" #include "Scrub3.h"
#include "TransactionP.hpp" #include "TransactionP.hpp"
#include "SplitP.h" #include "SplitP.hpp"
#include "TransLog.h" #include "TransLog.h"
#include "cap-gains.h" #include "cap-gains.h"
#include "gnc-commodity.h" #include "gnc-commodity.h"

View File

@ -49,7 +49,7 @@
#include <glib.h> #include <glib.h>
#include "gnc-engine.h" /* for typedefs */ #include "gnc-engine.h" /* for typedefs */
#include "SplitP.h" #include "SplitP.hpp"
#include "qof.h" #include "qof.h"

View File

@ -4,7 +4,7 @@
#include <gmock/gmock.h> #include <gmock/gmock.h>
#include <Split.h> #include <Split.h>
#include <SplitP.h> #include <SplitP.hpp>
#include "gmock-qofbook.h" #include "gmock-qofbook.h"
#include "gmock-gobject.h" #include "gmock-gobject.h"

View File

@ -28,7 +28,7 @@
#include <unittest-support.h> #include <unittest-support.h>
/* Add specific headers for this class */ /* Add specific headers for this class */
#include <Split.h> #include <Split.h>
#include <SplitP.h> #include <SplitP.hpp>
#include <Account.h> #include <Account.h>
#include <Transaction.h> #include <Transaction.h>
#include <TransactionP.hpp> #include <TransactionP.hpp>