File tree 11 files changed +22
-22
lines changed
11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_FILE_STREAMS_H
16
- #define _CASA_FILE_STREAMS_H
15
+ #ifndef CASA_FILE_STREAMS_H
16
+ #define CASA_FILE_STREAMS_H
17
17
18
18
#include " cpprest/details/fileio.h"
19
19
#include " cpprest/astreambuf.h"
Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_HTTP_CLIENT_H
16
- #define _CASA_HTTP_CLIENT_H
15
+ #ifndef CASA_HTTP_CLIENT_H
16
+ #define CASA_HTTP_CLIENT_H
17
17
18
18
#if defined (__cplusplus_winrt)
19
19
#if !defined(__WRL_NO_DEFAULT_LIB__)
Original file line number Diff line number Diff line change 10
10
****/
11
11
#pragma once
12
12
13
- #ifndef _CASA_HTTP_LISTENER_H
14
- #define _CASA_HTTP_LISTENER_H
13
+ #ifndef CASA_HTTP_LISTENER_H
14
+ #define CASA_HTTP_LISTENER_H
15
15
16
16
#include < limits>
17
17
#include < functional>
Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_JSON_H
16
- #define _CASA_JSON_H
15
+ #ifndef CASA_JSON_H
16
+ #define CASA_JSON_H
17
17
18
18
#include < memory>
19
19
#include < string>
Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_OAUTH1_H
16
- #define _CASA_OAUTH1_H
15
+ #ifndef CASA_OAUTH1_H
16
+ #define CASA_OAUTH1_H
17
17
18
18
#include " cpprest/http_msg.h"
19
19
#include " cpprest/details/web_utilities.h"
Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_OAUTH2_H
16
- #define _CASA_OAUTH2_H
15
+ #ifndef CASA_OAUTH2_H
16
+ #define CASA_OAUTH2_H
17
17
18
18
#include " cpprest/http_msg.h"
19
19
#include " cpprest/details/web_utilities.h"
Original file line number Diff line number Diff line change 13
13
****/
14
14
#pragma once
15
15
16
- #ifndef _CASA_PRODUCER_CONSUMER_STREAMS_H
17
- #define _CASA_PRODUCER_CONSUMER_STREAMS_H
16
+ #ifndef CASA_PRODUCER_CONSUMER_STREAMS_H
17
+ #define CASA_PRODUCER_CONSUMER_STREAMS_H
18
18
19
19
#include < vector>
20
20
#include < queue>
Original file line number Diff line number Diff line change 13
13
****/
14
14
#pragma once
15
15
16
- #ifndef _CASA_RAWPTR_STREAMS_H
17
- #define _CASA_RAWPTR_STREAMS_H
16
+ #ifndef CASA_RAWPTR_STREAMS_H
17
+ #define CASA_RAWPTR_STREAMS_H
18
18
19
19
#include < vector>
20
20
#include < queue>
Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_STREAMS_H
16
- #define _CASA_STREAMS_H
15
+ #ifndef CASA_STREAMS_H
16
+ #define CASA_STREAMS_H
17
17
18
18
#include " cpprest/astreambuf.h"
19
19
#include < iosfwd>
Original file line number Diff line number Diff line change 12
12
****/
13
13
#pragma once
14
14
15
- #ifndef _CASA_URI_H
16
- #define _CASA_URI_H
15
+ #ifndef CASA_URI_H
16
+ #define CASA_URI_H
17
17
18
18
#include "cpprest/base_uri.h"
19
19
#include "cpprest/uri_builder.h"
Original file line number Diff line number Diff line change 10
10
****/
11
11
#pragma once
12
12
13
- #ifndef _CASA_WS_CLIENT_H
14
- #define _CASA_WS_CLIENT_H
13
+ #ifndef CASA_WS_CLIENT_H
14
+ #define CASA_WS_CLIENT_H
15
15
16
16
#include " cpprest/details/basic_types.h"
17
17
You can’t perform that action at this time.
0 commit comments