Commit Graph

8 Commits

Author SHA1 Message Date
Vijay Pai a4da2d2a54 Eliminate existence of SneakyCallOpSet, some server cleanup 2018-03-22 19:09:01 -07:00
Vijay Pai 3c3c4c913a
Update server.h 2018-03-13 09:53:28 -07:00
makdharma 626a65e877 Added protected default constructor 2018-03-13 09:46:08 -07:00
makdharma 757af97ad0 added ///Experimental in comment for c_server
Please enter the commit message for your changes. Lines starting
2018-03-09 10:46:35 -08:00
makdharma 838af3eb6c moved member variables from protected to private
Per style guide, the member variables are not protected but private and
accessed through methods.
2018-03-09 09:39:42 -08:00
makdharma 57237443ac clang-format 2018-02-26 16:03:57 -08:00
makdharma 8065000697 Remove "final" keyword and make methods protected.
This adds extensibility to the API and makes custom implementation
of the server possible.
2018-02-23 14:51:46 -08:00
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 2018-02-15 14:49:34 -08:00