OSDN Git Service

url.hpp: typedef uri_net_path -> url
authorMyun2 <myun2@nwhite.info>
Fri, 25 May 2012 15:51:43 +0000 (00:51 +0900)
committerMyun2 <myun2@nwhite.info>
Fri, 25 May 2012 15:51:43 +0000 (00:51 +0900)
roast/include/roast/net/url.hpp

index bb5b1f4..d61e72d 100644 (file)
 
 namespace roast
 {
-       //////////////////////////////////////////////////////////////////////
-
-       template <typename _Scheme, typename _Body>
-       class url_net_path_
-       {
-       public:
-       };
-       
-       //////////////////////////////////////////////////////////////////////
+       typedef uri_net_path url;
 }
 
 #endif//__SFJP_ROAST__net__url_HPP__