mirror of
https://github.com/microsoft/WSL.git
synced 2025-12-10 00:44:55 -06:00
Add headers
This commit is contained in:
parent
cba1f6a687
commit
2c88377476
@ -1,3 +1,16 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
Module Name:
|
||||
|
||||
ContainerEventTracker.cpp
|
||||
|
||||
Abstract:
|
||||
|
||||
Contains the implementation of ContainerEventTracker.
|
||||
|
||||
--*/
|
||||
#include "precomp.h"
|
||||
#include "ContainerEventTracker.h"
|
||||
#include "WSLAVirtualMachine.h"
|
||||
|
||||
@ -1,3 +1,16 @@
|
||||
/*++
|
||||
|
||||
Copyright (c) Microsoft. All rights reserved.
|
||||
|
||||
Module Name:
|
||||
|
||||
ContainerEventTracker.h
|
||||
|
||||
Abstract:
|
||||
|
||||
Contains the definition for ContainerEventTracker.
|
||||
|
||||
--*/
|
||||
#pragma once
|
||||
|
||||
#include "ServiceProcessLauncher.h"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user