Skip to content

Commit a457b80

Browse files
author
Chris Trowbridge
authored
More access modifier changes
1 parent b592289 commit a457b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/cellular/framework/AT/AT_CellularContext.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class AT_CellularContext : public CellularContext, public AT_CellularBase {
102102
virtual bool get_context();
103103
pdp_type_t string_to_pdp_type(const char *pdp_type);
104104
AT_CellularBase::CellularProperty pdp_type_t_to_cellular_property(pdp_type_t pdp_type);
105+
bool set_new_context(int cid);
105106
private:
106107
#if NSAPI_PPP_AVAILABLE
107108
nsapi_error_t open_data_channel();
@@ -113,20 +114,19 @@ class AT_CellularContext : public CellularContext, public AT_CellularBase {
113114
nsapi_error_t find_and_activate_context();
114115
nsapi_error_t activate_ip_context();
115116
void check_and_deactivate_context();
116-
bool set_new_context(int cid);
117117
nsapi_error_t delete_current_context();
118118
nsapi_error_t check_operation(nsapi_error_t err, ContextOperation op);
119119
void ciot_opt_cb(mbed::CellularNetwork::CIoT_Supported_Opt ciot_opt);
120120
virtual void do_connect_with_retry();
121121
private:
122122
bool _is_connected;
123123
ContextOperation _current_op;
124-
char _found_apn[MAX_APN_LENGTH];
125124
FileHandle *_fh;
126125
rtos::Semaphore _semaphore;
127126
rtos::Semaphore _cp_opt_semaphore;
128127

129128
protected:
129+
char _found_apn[MAX_APN_LENGTH];
130130
// flag indicating if CP was requested to be setup
131131
bool _cp_req;
132132
// flag indicating if Non-IP context was requested to be setup

0 commit comments

Comments
 (0)