Skip to content

Commit

Permalink
Updated design
Browse files Browse the repository at this point in the history
  • Loading branch information
mullerj committed Aug 28, 2024
1 parent 6233013 commit 15237e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/dotnet/design/Mil/Navy/Nrl/Norm/NormApi.puml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class NormApi <<static>> {
+ {static} <<extern>> NormObjectGetType(objectHandle:long) : NormObjectType
+ {static} <<extern>> NormObjectHasInfo(objectHandle:long) : bool
+ {static} <<extern>> NormObjectGetInfoLength(objectHandle:long) : int
+ {static} <<extern>> NormObjectGetInfo(objectHandle:long, buffer:nint, bufferLen:int) : int
+ {static} <<extern>> NormObjectGetInfo(objectHandle:long, buffer:byte[], bufferLen:int) : int
+ {static} <<extern>> NormObjectGetSize(objectHandle:long) : int
+ {static} <<extern>> NormObjectGetBytesPending(objectHandle:long) : long
+ {static} <<extern>> NormObjectCancel(objectHandle:long) : void
Expand Down
2 changes: 1 addition & 1 deletion src/dotnet/design/Mil/Navy/Nrl/Norm/NormFile.puml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
class NormFile {
+ <<const>> FILENAME_MAX : int = 260
<<internal>> NormFile(handle:long)
+ Name : string <<get>>
+ <<unsafe>> Name : string <<get>>
+ Rename(filePath:string) : void
}
NormObject <|-- NormFile
Expand Down

0 comments on commit 15237e3

Please sign in to comment.