summaryrefslogtreecommitdiff
path: root/framework/inc/protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/inc/protocols.h')
-rw-r--r--framework/inc/protocols.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/inc/protocols.h b/framework/inc/protocols.h
index 197dd8db9160..982dd7c08c00 100644
--- a/framework/inc/protocols.h
+++ b/framework/inc/protocols.h
@@ -26,7 +26,6 @@
namespace framework{
-
/**
some protocols must be checked during loading or dispatching URLs manually
It can be necessary to decide, if a URL represent a non visible content or
@@ -58,7 +57,6 @@ class ProtocolCheck
{
public:
-
/**
enums for well known protocols
*/
@@ -77,7 +75,6 @@ class ProtocolCheck
E_NEWS
};
-
/**
it checks, if the given URL string match one of the well known protocols.
It returns the right enum value.
@@ -120,7 +117,6 @@ class ProtocolCheck
return E_UNKNOWN_PROTOCOL;
}
-
/**
it checks if given URL match the required protocol only
It should be used instead of specifyProtocol() if only this question