This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
libphonenumber
mirror of
https://github.com/google/libphonenumber
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
254
Wiki
Activity
Browse Source
CPP: Move base/singleton.h to base/memory/singleton.h
pull/567/head
Philippe Liard
15 years ago
committed by
Mihaela Rosca
parent
d4648520d2
commit
12367cd828
4 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
cpp/CMakeLists.txt
+0
-0
cpp/src/base/memory/singleton.h
+1
-1
cpp/src/phonenumbers/phonenumberutil.cc
+1
-1
cpp/src/phonenumbers/phonenumberutil.h
+ 1
- 1
cpp/CMakeLists.txt
View File
@ -309,8 +309,8 @@ install (FILES
install
(
FILES
"
s
r
c
/
b
a
s
e
/
b
a
s
i
c
t
y
p
e
s
.
h
"
"
s
r
c
/
b
a
s
e
/
m
e
m
o
r
y
/
s
i
n
g
l
e
t
o
n
.
h
"
"
s
r
c
/
b
a
s
e
/
s
c
o
p
e
d
_
p
t
r
.
h
"
"
s
r
c
/
b
a
s
e
/
s
i
n
g
l
e
t
o
n
.
h
"
D
E
S
T
I
N
A
T
I
O
N
i
n
c
l
u
d
e
/
b
a
s
e
/
)
install
(
FILES
src/base/synchronization/lock.h
cpp/src/base/singleton.h → cpp/src/base/memory/singleton.h
View File
+ 1
- 1
cpp/src/phonenumbers/phonenumberutil.cc
View File
@ -33,7 +33,7 @@
#
include
<unicode/utf8.h>
#
include
"base/logging.h"
#
include
"base/singleton.h"
#
include
"base/
memory/
singleton.h"
#
include
"phonenumbers/default_logger.h"
#
include
"phonenumbers/encoding_utils.h"
#
include
"phonenumbers/metadata.h"
+ 1
- 1
cpp/src/phonenumbers/phonenumberutil.h
View File
@ -28,8 +28,8 @@
#
include
<vector>
#
include
"base/basictypes.h"
#
include
"base/memory/singleton.h"
#
include
"base/scoped_ptr.h"
#
include
"base/singleton.h"
#
include
"phonenumbers/phonenumber.pb.h"
class
TelephoneNumber
;
Write
Preview
Loading…
Cancel
Save