Mercurial > ecos
diff host/libcdl/cdlcore.hxx @ 103:95f3e12a6327 ecos-sw-2000-06-23
Merge from eCos master repository on 2000-06-23-16:41:10-BST
| author | jlarmour |
|---|---|
| date | Fri, 23 Jun 2000 17:06:31 +0000 |
| parents | 6736c52df507 |
| children | 5a0cc6c243a9 |
line wrap: on
line diff
--- a/host/libcdl/cdlcore.hxx +++ b/host/libcdl/cdlcore.hxx @@ -985,6 +985,10 @@ class Cdl { } }; + // Split a version string into major, minor and release numbers. + static void split_version_string(const std::string&, std::string& /* major */, + std::string& /* minor */, std::string& /* release */); + // It is occasionally useful to take a full CDL name such as CYGPKG_KERNEL // and turn it into a short form, i.e. kernel. static std::string get_short_form(const std::string&);
