netservices: remove all old conditional code
Change-Id: Idf3773c081ce103647c5dbea6e82c22bfc5606c9
This commit is contained in:
@@ -11,11 +11,10 @@
|
||||
#include <Url.h>
|
||||
|
||||
|
||||
#ifndef LIBNETAPI_DEPRECATED
|
||||
namespace BPrivate {
|
||||
|
||||
namespace Network {
|
||||
#endif
|
||||
|
||||
|
||||
// HTTP authentication method
|
||||
enum BHttpAuthenticationMethod {
|
||||
@@ -105,10 +104,10 @@ private:
|
||||
mutable BLocker fLock;
|
||||
};
|
||||
|
||||
#ifndef LIBNETAPI_DEPRECATED
|
||||
|
||||
} // namespace Network
|
||||
|
||||
} // namespace BPrivate
|
||||
#endif
|
||||
|
||||
|
||||
#endif // _B_HTTP_AUTHENTICATION_H_
|
||||
|
||||
Reference in New Issue
Block a user