commit | c9f6455a09d96bdf72798f64c27dd5d0a0daf42b | [log] [tgz] |
---|---|---|
author | Brian <brians> | Wed Apr 02 19:44:09 2014 -0700 |
committer | Brian <brians> | Wed Apr 02 19:44:09 2014 -0700 |
tree | d8e42e8a2787bf8e62824027611c3e5bdd0aa494 | |
parent | 4861015745b33b9137b9ee32f35c680e1fd8c607 [diff] [blame] |
cleaned up file names and namespace
diff --git a/aos/common/network/network.gyp b/aos/common/network/network.gyp index c254c93..b4c8977 100644 --- a/aos/common/network/network.gyp +++ b/aos/common/network/network.gyp
@@ -16,9 +16,9 @@ 'target_name': 'socket', 'type': 'static_library', 'sources': [ - 'ReceiveSocket.cpp', - 'SendSocket.cpp', - 'Socket.cpp', + 'receive_socket.cc', + 'send_socket.cc', + 'socket.cc', ], 'dependencies': [ '<(AOS)/build/aos.gyp:logging',