summaryrefslogtreecommitdiff
path: root/api/franca/navigation/mapviewer/MapViewerSession.fidl
diff options
context:
space:
mode:
Diffstat (limited to 'api/franca/navigation/mapviewer/MapViewerSession.fidl')
-rw-r--r--api/franca/navigation/mapviewer/MapViewerSession.fidl8
1 files changed, 0 insertions, 8 deletions
diff --git a/api/franca/navigation/mapviewer/MapViewerSession.fidl b/api/franca/navigation/mapviewer/MapViewerSession.fidl
index 9657f0b..af1f229 100644
--- a/api/franca/navigation/mapviewer/MapViewerSession.fidl
+++ b/api/franca/navigation/mapviewer/MapViewerSession.fidl
@@ -40,10 +40,6 @@ interface MapViewerSession {
<** @description : sessionHandle **>
Handle sessionHandle
}
- error {
- <** @description: This error is generated if no more session handles are available **>
- NoMoreSessionHandles
- }
}
<** @description : deleteSession = This method deletes a session and its associated resources .**>
@@ -52,10 +48,6 @@ interface MapViewerSession {
<** @description : sessionHandle **>
Handle sessionHandle
}
- error {
- <** @description: This error is generated if an application tries to delete a session handle that is not available **>
- SessionNotAvailable
- }
}
<** @description : This method returns whether a given session handle is available or not (for example because it was deleted) .**>