mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
[SplitP.hpp] rename to .hpp
This commit is contained in:
parent
1e1d21b716
commit
9e4b03f71b
@ -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
|
||||||
|
@ -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
|
|
||||||
|
|
||||||
|
|
||||||
/*@}*/
|
/*@}*/
|
||||||
|
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user